Lucene search
K
LinuxLinux Kernel

13804 matches found

CVE
CVE
added 2024/06/20 6:47 a.m.198 views

CVE-2024-38619

CVE-2024-38619 (Linux kernel, usb-storage alauda) : The issue arises in the alauda media handling where the field uzonesize can stay zero if alauda_init_media() fails, potentially causing divide errors in alauda_read_data() and alauda_write_lba(). The fix, as described in the description, adds a ...

5.5CVSS6.5AI score0.00253EPSS
CVE
CVE
added 2024/12/27 3:2 p.m.198 views

CVE-2024-56631

Summary: CVE-2024-56631 affects the Linux kernel SCSI sg driver, fixed in sg_release() to avoid slab-use-after-free. The bug occurred when kref_put(&sfp->f_ref, sg_remove_sfp) was called before releasing the open_rel_lock mutex, potentially freeing sfp/sdp and then dereferencing them after unl...

7.8CVSS6.6AI score0.00282EPSS
CVE
CVE
added 2014/12/12 6:0 p.m.197 views

CVE-2014-8134

CVE-2014-8134 affects the Linux kernel’s KVM paravirt code path (arch/x86/kernel/kvm.c, paravirt_ops_setup) through version 3.18. The root cause is an improper paravirt_enabled setting for KVM guest kernels, which could allow a guest user to bypass ASLR via a crafted application that reads a 16‑b...

3.3CVSS5.4AI score0.00703EPSS
CVE
CVE
added 2017/07/05 1:0 a.m.197 views

CVE-2017-10911

Summary: CVE-2017-10911 affects the Linux kernel driver path drivers/block/xen-blkback/blkback.c, related to Xen block-interface responses (XSA-216). The vulnerability arises from copying uninitialized padding fields in Xen blkback response structures, which can let a guest OS user read host (or ...

6.5CVSS5.6AI score0.00445EPSS
CVE
CVE
added 2017/09/26 5:0 a.m.197 views

CVE-2017-12154

The CVE-2017-12154 entry describes a Linux kernel KVM/vmx issue (arch/x86/kvm/vmx.c: prepare_vmcs02) present through kernel 4.13.3. Root cause: it does not ensure that the CR8-load exiting and CR8-store exiting vmcs02 controls exist when L1 omits the use_TPR_shadow VMCS12 control, enabling a KVM ...

7.1CVSS6.8AI score0.00512EPSS
CVE
CVE
added 2017/12/23 5:0 p.m.197 views

CVE-2017-17864

CVE-2017-17864 affects the Linux kernel up to version 4.14.8, specifically the BPF verifier code (kernel/bpf/verifier.c). The root cause is a mishandling of states_equal comparisons between the pointer data type and the UNKNOWN_VALUE data type, which can allow a local user to leak potentially sen...

3.3CVSS5AI score0.00382EPSS
CVE
CVE
added 2020/05/27 12:0 p.m.197 views

CVE-2019-20806

CVE-2019-20806 affects the Linux kernel up to version 5.1 (i.e., before 5.2). The issue is a NULL pointer dereference in tw5864_handle_frame() (drivers/media/pci/tw5864/tw5864-video.c) that can lead to denial of service. The connected Nessus advisories reiterate the same root cause and state affe...

4.4CVSS5.2AI score0.00384EPSS
CVE
CVE
added 2022/02/16 6:35 p.m.197 views

CVE-2021-3760

The CVE-2021-3760 entry describes a use-after-free in the Linux kernel’s NFC (NCI) driver stack. The vulnerability could allow a local attacker to cause memory corruption or a crash, potentially enabling privilege escalation and affecting confidentiality, integrity, or availability. Public detail...

7.8CVSS7.5AI score0.00354EPSS
CVE
CVE
added 2024/05/21 2:20 p.m.197 views

CVE-2021-47274

CVE-2021-47274 (Linux kernel tracing): The issue stems from a length check in tracing that can cause memory corruption in ftrace data, leading to kernel crashes. A fix was added (commit b220c049d519) to validate the length before exposing the trace buffer, addressing overflow introduced by a prio...

9.8CVSS9.2AI score0.01261EPSS
CVE
CVE
added 2024/07/29 3:52 p.m.197 views

CVE-2024-42078

The CVE-2024-42078 issue affects the Linux kernel’s NFS server (nfsd) where nfsd_info.mutex could be dereferenced after a new network namespace is created, potentially causing an oops. The fix, as described in the connected advisories, is to initialize nfsd_info.mutex earlier, before it can be de...

5.5CVSS6.7AI score0.0021EPSS
CVE
CVE
added 2024/08/17 8:54 a.m.197 views

CVE-2024-42265

CVE-2024-42265 pertains to the Linux kernel and was resolved by protecting the fetch of ->fd[fd] in do_dup2() from mispredictions. The issue arose when a mispredicted path could cause tofree = fdt->fd[fd] to be speculatively executed, which is incorrect for bounds reasons. The documented fi...

5.5CVSS6.7AI score0.00281EPSS
CVE
CVE
added 2024/11/19 5:19 p.m.197 views

CVE-2024-53057

CVE-2024-53057 affects Linux kernel net/sched: qdisc_tree_reduce_backlog can UAF when major handle ffff: exists (egress qdiscs). Root cause: ffff: assumed to be root/ingress, fixed by stopping at TC_H_ROOT; the fix updates to avoid iterating into an ingress qdisc and halts when parent is TC_H_ROO...

7.8CVSS6.5AI score0.00295EPSS
CVE
CVE
added 2024/12/27 2:51 p.m.197 views

CVE-2024-56602

CVE-2024-56602 is confirmed by connected advisories as a Linux kernel issue in net: ieee802154: do not leave a dangling sk pointer in ieee802154_create(), where sock_init_data() attaches a sk to sock and on error the sk remains dangling, allowing use-after-free. The Astra Linux bulletin lists aff...

7.8CVSS6.5AI score0.00224EPSS
CVE
CVE
added 2016/05/02 10:0 a.m.196 views

CVE-2015-8839

CVE-2015-8839 is a Linux kernel ext4 race-condition vulnerability (before 4.5) that local users could exploit to cause denial of service or disk corruption by writing to pages belonging to other users after unsynchronized hole punching and page faults. Public documents confirm the affected compon...

5.1CVSS5.1AI score0.00351EPSS
CVE
CVE
added 2018/07/03 5:0 a.m.196 views

CVE-2018-13099

CVE-2018-13099 concerns the Linux kernel fs/f2fs/inline.c up to version 4.4, where a denial of service can occur via an out-of-bounds memory access and BUG when a modified f2fs image contains an inline inode with an invalid reserved blkaddr. The connected Nessus advisories (Unity Linux) describe ...

5.5CVSS5.8AI score0.025EPSS
CVE
CVE
added 2024/11/14 10:44 a.m.196 views

CVE-2023-4134

The CVE-2023-4134 issue affects the Linux kernel cyttsp4_core driver. A use-after-free occurs in the device cleanup routine due to a possible rearming of the watchdog_timer from the workqueue, enabling a local attacker to crash the system and cause a denial of service. The provided documents cons...

5.5CVSS5.1AI score0.00188EPSS
CVE
CVE
added 2024/01/23 12:0 a.m.196 views

CVE-2024-23848

CVE-2024-23848 : Linux kernel up to 6.7.1 contains a use-after-free in cec_queue_msg_fh, related to drivers/media/cec/core/cec-adap.c and drivers/media/cec/core/cec-api.c. The connected IBM/Linux kernel bulletin also lists this CVE among resolved issues. Public technical details about root cause ...

5.5CVSS5.2AI score0.00254EPSS
CVE
CVE
added 2024/04/04 8:20 a.m.196 views

CVE-2024-26782

CVE-2024-26782: In the Linux kernel, the mptcp double-free on socket dismantle is triggered when a server-side listener is cloned for an incoming connection, causing the inet_opt pointer of the new socket to alias the original. This leads to a use-after-free/double-free scenario observed by KASAN...

7.8CVSS6.1AI score0.0024EPSS
CVE
CVE
added 2024/10/21 7:39 p.m.196 views

CVE-2024-50035

CVE-2024-50035 affects the Linux kernel PPP path, specifically a fault in ppp_async_encode() that can be triggered by a zero-size pppoe_sendmsg() followed by an empty skb, leading to a possible uninitialized access (KMSAN) in drivers/net/ppp/ppp_async.c. The issue was fixed in upstream Linux comm...

7.1CVSS7.7AI score0.00272EPSS
CVE
CVE
added 2024/12/02 1:44 p.m.196 views

CVE-2024-53121

The CVE-2024-53121 issue is in the Linux kernel’s mlx5 offload path (net/mlx5) where a two‑step delete of an FTE could race with a new rule add. Specifically, the deletion sequence first removes the FTE from hardware and clears its deletion function, then removes the software copy from the xarray...

5.5CVSS6.2AI score0.00189EPSS
CVE
CVE
added 2024/12/27 3:6 p.m.196 views

CVE-2024-56658

CVE-2024-56658 affects the Linux kernel (net subsystem). The issue is a slab-use-after-free in the dst_destroy path triggered when net namespaces dismantle, specifically around xfrm6_net_init()/xfrm4_net_init() where copied dst_ops templates in net→xfrm can be freed before dst callbacks finish. T...

7.8CVSS6.6AI score0.00233EPSS
CVE
CVE
added 2024/12/27 3:6 p.m.196 views

CVE-2024-56664

CVE-2024-56664 is a Linux kernel issue in bpf, sockmap where replacing an element (with a different socket) can race with the socket’s close(), causing sock_map_delete to unref the wrong element. The result is a potential use-after-free/refcount mismanagement during sock map deletions (as detaile...

7CVSS6.4AI score0.00174EPSS
CVE
CVE
added 2017/11/04 1:0 a.m.195 views

CVE-2017-16537

CVE-2017-16537 affects the Linux kernel: the imon_probe function in drivers/media/rc/imon.c up to version 4.13.11 allows a local user to trigger a NULL pointer dereference via a crafted USB device, leading to a denial of service (system crash) and potentially other impact. The connected Nessus en...

7.2CVSS6.7AI score0.00397EPSS
CVE
CVE
added 2018/07/26 6:0 p.m.195 views

CVE-2018-10876

A confirmed vulnerability in the Linux kernel ext4 filesystem: CVE-2018-10876 is a use-after-free in ext4_ext_remove_space() when mounting a crafted ext4 image, allowing a local attacker to crash the system and, per some sources, potentially execute arbitrary code. Public references in the connec...

5.5CVSS5.9AI score0.00768EPSS
CVE
CVE
added 2024/02/28 8:13 a.m.195 views

CVE-2021-46984

CVE-2021-46984 : Linux kernel kyber driver had an out-of-bounds read due to a race between blk_mq_get_ctx() calls when a thread is preempted, causing ctx->index_hw[hctx->type] to differ from hctx. The fix passes the request_queue to kyber_bio_merge() (via ->bio_merge()) so Kyber can map ...

7.8CVSS6.3AI score0.00256EPSS
CVE
CVE
added 2024/05/23 7:3 a.m.195 views

CVE-2024-36013

CVE-2024-36013 : Linux kernel Bluetooth L2CAP contains a slab-use-after-free in l2cap_connect() (read of chan->conf_state after chan is freed). The patch extends the critical section protecting chan allocation/association and changes l2cap_connect() return type to void to avoid exposing a free...

6.8CVSS7.6AI score0.0046EPSS
CVE
CVE
added 2024/05/30 3:29 p.m.195 views

CVE-2024-36917

CVE-2024-36917 : In the Linux kernel, a vulnerability in blk_ioctl_discard() allowed an overflow of start+len, potentially causing a hung task when a discard ioctl with start=0x80000000000ff000 and len=0x8000000000fff000 was submitted. A patch was added to validate the overflow, preventing the NU...

5.5CVSS7.1AI score0.00225EPSS
CVE
CVE
added 2024/06/25 2:28 p.m.195 views

CVE-2024-39471

CVE-2024-39471 is addressed in the Unity Linux advisory UTSA-2025-990372. The issue arises from the Linux kernel AMDGPU driver: when sdma_v4_0_irq_id_to_seq returns -EINVAL, an out-of-bounds read may occur. The patch adds an explicit error path to stop processing and return -EINVAL to prevent the...

7.1CVSS8.1AI score0.00238EPSS
CVE
CVE
added 2024/08/07 3:14 p.m.195 views

CVE-2024-42244

CVE-2024-42244 concerns the Linux kernel USB serial mos7840 driver. The vulnerability caused a crash on resume when multiple port read URBs were submitted after resume, due to the second URB’s context pointer remaining tied to the core instead of the mos7840 port. A dedicated suspend/resume imple...

5.5CVSS6.4AI score0.00229EPSS
CVE
CVE
added 2024/12/02 7:29 a.m.195 views

CVE-2024-53103

CVE-2024-53103 refers to a Linux kernel vulnerability in hv_sock where, on release of an hvs, vsk->trans could be left uninitialized, creating a dangling pointer. The issue is resolved by explicitly initializing vsk->trans to NULL to prevent use-after-free scenarios. Connected advisories (A...

7.8CVSS6.4AI score0.00232EPSS
CVE
CVE
added 2025/01/06 4:20 p.m.195 views

CVE-2024-56767

CVE-2024-56767 affects the Linux kernel in dmaengine/at_xdmac where at_xdmac_memset_create_desc may return NULL, risking a null pointer dereference and a potential crash (availability impact). Connected sources confirm the issue in upstream kernel code and note patches/upgraded packages: e.g., De...

5.5CVSS6.5AI score0.00214EPSS
CVE
CVE
added 2010/12/30 6:0 p.m.194 views

CVE-2010-4258

The CVE-2010-4258 issue affects the Linux kernel versions prior to 2.6.36.2. The do_exit function in kernel/exit.c mishandles a KERNEL_DS get_fs value, bypassing access_ok checks and enabling local privilege escalation by overwriting arbitrary kernel memory. Exploitation vectors include use of th...

6.2CVSS6AI score0.02655EPSS
CVE
CVE
added 2011/05/03 7:0 p.m.194 views

CVE-2011-1495

CVE-2011-1495 affects the Linux kernel up to 2.6.38, in drivers/scsi/mpt2sas/mpt2sas_ctl.c. The issue arises because length and offset values are not validated before memory copy operations, potentially allowing a local user to gain privileges, cause memory corruption (DoS), or read sensitive ker...

7.2CVSS7.5AI score0.0037EPSS
CVE
CVE
added 2015/08/31 10:0 a.m.194 views

CVE-2015-5364

The CVE-2015-5364 issue affects the Linux kernel prior to 4.0.6, where udp_recvmsg/udpv6_recvmsg fail to handle processor yielding correctly, enabling remote attackers to trigger a denial of service (system hang) via UDP packet flood with incorrect checksums. Related CVE-2015-5366 also concerns U...

7.8CVSS5.7AI score0.06267EPSS
CVE
CVE
added 2017/07/13 8:0 p.m.194 views

CVE-2017-1000363

CVE-2017-1000363: Linux kernel lp driver bounds-check flaw in lp.c allows a local attacker with write access to kernel command line arguments to overflow parport_nr and execute arbitrary code. Root cause: missing bounds check in arg handling. Public disclosures include Debian security advisories ...

7.8CVSS7.5AI score0.00639EPSS
CVE
CVE
added 2017/04/25 2:0 p.m.194 views

CVE-2017-7477

CVE-2017-7477 affects the Linux kernel MACsec driver (drivers/net/macsec.c) up to version 4.10.12. It is a heap-based buffer overflow triggered by using MAX_SKB_FRAGS+1 with NETIF_F_FRAGLIST, causing denial of service and potentially other unspecified impacts via skb_to_sgvec. Public details in c...

7CVSS7.5AI score0.00387EPSS
CVE
CVE
added 2022/03/07 3:19 p.m.194 views

CVE-2021-3739

CVE-2021-3739 is a local NULL pointer dereference in the Linux kernel’s btrfs_rm_device() (fs/btrfs/volumes.c) that requires CAP_SYS_ADMIN to trigger. The issue can crash the system or leak kernel information, with impact to availability and, to a lesser extent, confidentiality. Multiple connecte...

7.1CVSS6.4AI score0.00582EPSS
CVE
CVE
added 2024/03/18 10:7 a.m.194 views

CVE-2024-26633

CVE-2024-26633 affects the Linux kernel’s ip6_tunnel code, specifically the NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim(). Syzbot reported that frag_off could be read before enough bytes were pulled into skb->head, causing reads of uninitialized or garbage data. The issue is exposed...

5.5CVSS6.7AI score0.00333EPSS
CVE
CVE
added 2024/04/17 10:10 a.m.194 views

CVE-2024-26846

CVE-2024-26846 affects the Linux kernel’s nvme-fc unloading path. A race between nvme_delete_ctrl and ida_destroy could double-free IDs, causing module unload hangs. The fix adds synchronization to ensure nvme_delete_ctrl code runs before leaving nvme_fc_exit_module and flushes the nvme_delete_wq...

4.4CVSS6.5AI score0.00218EPSS
CVE
CVE
added 2024/05/19 8:34 a.m.194 views

CVE-2024-35896

CVE-2024-35896 concerns the Linux kernel’s netfilter/SockOpt path. The description shows a fix for validating user input length in nf_setsockopt, preventing a slab-out-of-bounds read traced to copy_from_sockptr_offset used during iptables/setsockopt handling. The issue manifested as a read of siz...

7.1CVSS6.5AI score0.00229EPSS
CVE
CVE
added 2024/05/19 10:10 a.m.194 views

CVE-2024-35946

CVE-2024-35946 affects the Linux kernel’s wifi rt89 (rtw89) driver, where a null pointer dereference could occur during abort/cancel of a scan because the code might reference a vif that wasn’t scanning. The public description and connected advisories confirm the issue and cite resolving it by en...

5.5CVSS6.8AI score0.00211EPSS
CVE
CVE
added 2024/08/17 8:54 a.m.194 views

CVE-2024-42268

Technical details about CVE-2024-42268 are not provided in the connected documents; no vendor/product specifics or fixes are included here. Monitor for updates.

5.5CVSS6.7AI score0.00172EPSS
CVE
CVE
added 2024/12/24 11:28 a.m.194 views

CVE-2024-53146

Technical details about CVE-2024-53146 are not provided in the connected documents. The initial description lacks concrete product/version/remediation details. Monitor for updates.

5.5CVSS6.5AI score0.00225EPSS
CVE
CVE
added 2024/12/27 1:49 p.m.194 views

CVE-2024-53194

CVE-2024-53194 is a Linux kernel use-after-free vulnerability in PCI hot‑remove handling. A pci_slot may reference the underlying pci_bus after the bus has been destroyed if pciehp is unbound in the wrong order, causing a use-after-free when slot->bus is accessed. The root cause is missing a r...

7.8CVSS6.9AI score0.0023EPSS
CVE
CVE
added 2024/12/27 3:2 p.m.194 views

CVE-2024-56642

CVE-2024-56642 fixes a Linux kernel tipc use-after-free involving UDP sockets in cleanup_bearer(). The bug occurred when bearer_disable() leads to tipc_udp_disable(), and cleanup_bearer() decrements tipc_net(net)->wq_count too early, allowing a socket to be freed before its cleanup work comple...

7.8CVSS6.7AI score0.00238EPSS
CVE
CVE
added 2025/02/10 3:58 p.m.194 views

CVE-2025-21689

The CVE concerns Linux kernel USB: serial (quatech2) where qt2_process_read_urb() could dereference NULL due to an out-of-bounds access. The root cause was an incorrect bounds check using if (newport > serial->num_ports) which allowed newport to reach serial->num_ports and make port NULL...

5.5CVSS5.5AI score0.00201EPSS
CVE
CVE
added 2025/03/12 9:42 a.m.194 views

CVE-2025-21862

CVE-2025-21862 affects the Linux kernel drop_monitor path. Root cause: incorrect initialization order leading to a spinlock not being initialized if drop_monitor is loaded as a module, enabling a potential race during module loading. Impact: may cause instability or erroneous behavior in netlink/...

5.5CVSS6.5AI score0.0021EPSS
CVE
CVE
added 2015/03/12 2:0 p.m.193 views

CVE-2015-2150

CVE-2015-2150 affects Xen 3.3.x–4.5.x and the Linux kernel up to 3.19.1, where access to PCI command registers is not properly restricted. This can allow a local guest OS user to cause a denial of service (unexpected NMI, host crash) by disabling memory or I/O decoding for a PCI Express device an...

4.9CVSS5.1AI score0.00534EPSS
CVE
CVE
added 2016/05/23 10:0 a.m.193 views

CVE-2016-4565

CVE-2016-4565 affects the Linux kernel InfiniBand (IB) stack prior to 4.5.3, where certain IB interfaces improperly rely on write() semantics via a uAPI interface. This could allow a local unprivileged user to cause a denial of service (kernel memory write) and potentially other impact/escalation...

7.8CVSS7.8AI score0.00483EPSS
CVE
CVE
added 2017/08/25 7:0 a.m.193 views

CVE-2017-13695

CVE-2017-13695 affects the Linux kernel up to 4.12.9. The vulnerability stems from acpi_ns_evaluate() in drivers/acpi/acpica/nseval.c not flushing the operand cache, which can cause a kernel memory disclosure via a crafted ACPI table and may bypass KASLR (kernel

5.5CVSS5.2AI score0.00436EPSS
Total number of security vulnerabilities13804